git remote 相关 创建本地仓库,更换或 添加 仓库地址
常遇到git 服务器更换域名,或者使用其他 git 服务器,都会遇到切换仓库地址的问题:
git remote NAME
git-remote - Manage set of tracked repositories
SYNOPSIS
git remote [-v | --verbose]
git remote add [-t <branch>] [-m <master>] [-f] [--[no-]tags] [--mirror=<fetch|push>] <name> <url>